Skip to content

Commit

Permalink
Fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 6, 2016
1 parent 9ae4ec5 commit 8f0f79f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "4"
- "5"
before_install:
- npm install -g babel-cli
script:
- npm run clean
- npm run build
- npm run test
branches:
only:
- master

0 comments on commit 8f0f79f

Please sign in to comment.