Skip to content

Commit

Permalink
Merge pull request #2033 from QingWei-Li/update/travis
Browse files Browse the repository at this point in the history
Update travis.yml
  • Loading branch information
baiyaaaaa committed Dec 28, 2016
2 parents 436c38f + 6f3c383 commit 8323789
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
@@ -1,19 +1,10 @@
sudo: false
language: node_js
node_js: stable
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- export TRAVIS_COMMIT_MSG="[deploy] $(git log --format='%h - %B' --no-merges -n 1)"
- export TRAVIS_COMMIT_USER="$(git log --no-merges -n 1 --format=%an)"
- export TRAVIS_COMMIT_EMAIL="$(git log --no-merges -n 1 --format=%ae)"
install: yarn install
script: yarn run test
after_success:
- sh build/deploy-ci.sh
- cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls

0 comments on commit 8323789

Please sign in to comment.