Skip to content

Commit

Permalink
Update to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 14, 2016
1 parent 17e35de commit e46b453
Show file tree
Hide file tree
Showing 2 changed files with 2,937 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---
language: node_js
node_js:
- "0.12"
- "6"

sudo: false

cache:
directories:
- node_modules
- $HOME/.yarn-cache

before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
- npm config set spin false
- npm install -g yarn
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version

install:
- npm install -g broccoli-cli
- npm install
- yarn

script:
- npm test
Loading

0 comments on commit e46b453

Please sign in to comment.