]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Add support for using qualified paths with structs in expression and pattern
[rust.git] / .travis.yml
index abf565453dead3e128d78457007df32ead669c4c..d699bd842eeccb031b041de681252282f7a229cd 100644 (file)
@@ -47,8 +47,11 @@ matrix:
 script:
   - |
     if [ -z ${INTEGRATION} ]; then
+      export CFG_RELEASE_CHANNEL=nightly
+      export CFG_RELEASE=nightly
       cargo build
       cargo test
+      cargo test -- --ignored
     else
       ./ci/integration.sh
     fi