Skip to content

Commit

Permalink
re-enable yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jun 19, 2017
1 parent 8545bc1 commit 55ce5c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g npm
- npm --version
- npm install -g gulp-cli
- npm install -g yarn
- yarn --version
- yarn global add gulp-cli
- yarn install --production
- gulp --version
- npm install --production
- gulp build --production
- npm install
- yarn install
- gulp build
- pip install -U pip setuptools wheel
- pip install -r requirements/local.txt
Expand All @@ -27,5 +28,5 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
- coveralls-lcov -v -n ./coverage/lcov.info > coverage.json
- "coveralls --merge=coverage.json"
- npm outdated
- yarn outdated
- pip list -o

0 comments on commit 55ce5c6

Please sign in to comment.