We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48aaf00 commit 750ac7cCopy full SHA for 750ac7c
1 file changed
.travis.yml
@@ -11,8 +11,6 @@ install:
11
before_script:
12
- ./travis/setup.sh
13
script:
14
- - make
15
- - make check
16
- - make doc
+ - make all check doc
17
after_success:
18
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
0 commit comments