diff options
| author | Vincent Prouillet | 2018-05-29 23:05:19 +0200 | 
|---|---|---|
| committer | Vincent Prouillet | 2018-05-29 23:05:19 +0200 | 
| commit | b6a23b500cf69f312dcd031900fb369176a49429 (patch) | |
| tree | 06e0d806eaff8c06700dbadf0c7d579ab8d10fd1 | |
| parent | 90d353f2c1e596a6a46e3430b02cee46205876b0 (diff) | |
| download | validator-b6a23b500cf69f312dcd031900fb369176a49429.tar.bz2 | |
compiletest only work on nightly...
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index b002d3c..9bbb816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: rust  cache: cargo  rust: -  - stable -  - beta    - nightly  script: | 
