]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Link with https instead of http
[rust.git] / .travis.yml
index 3a187b7b22ed7c152056ff43f4984ecb99bda2e2..077a17e0bacef305bb1480f525b6758750055157 100644 (file)
@@ -22,8 +22,6 @@ before_install:
      command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
      rvm get stable
     fi
-  - echo "TRAVIS_BRANCH:"
-  - echo $TRAVIS_BRANCH
 
 install:
   - . $HOME/.nvm/nvm.sh
@@ -33,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