]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Link with https instead of http
[rust.git] / .travis.yml
index 29879e44755e5df83c56ea0ff78689d309d7f489..077a17e0bacef305bb1480f525b6758750055157 100644 (file)
@@ -31,7 +31,7 @@ install:
 
 script:
  - PATH=$PATH:./node_modules/.bin
- - remark -f README.md > /dev/null
+ - remark -f *.md > /dev/null
  - set -e
  - cargo build --features debugging
  - cargo test --features debugging
@@ -50,9 +50,9 @@ script:
 after_success: |
   #!/bin/bash
   if [ $(uname) == Linux ]; then
-    ./.github/deploy.sh
-  # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
     set -e
+    ./.github/deploy.sh
+    # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
     if [ "$TRAVIS_PULL_REQUEST" == "false" ] &&
        [ "$TRAVIS_REPO_SLUG" == "Manishearth/rust-clippy" ] &&
        [ "$TRAVIS_BRANCH" == "master" ] &&