Skip to content

Commit

Permalink
use native travis support for yarn (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevj committed Jan 3, 2017
1 parent 8ef9718 commit ebec10d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
language: node_js
node_js:
- "6"
before_install:
- npm install -g --production yarn
install:
- yarn install
script:
- yarn run grunt build
- yarn run grunt tslint
- yarn run grunt unit_test_nobuild
sudo: false
cache:
directories:
- $HOME/.yarn-cache
cache: yarn
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit ebec10d

Please sign in to comment.