Skip to content

Commit

Permalink
travis updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jan 12, 2016
1 parent 97a9501 commit f50a481
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- "5"
- "4.1"
- "4.0"
- "0.12"
before_script:
- npm install react react-dom
script:
- npm run lint
- npm test
Expand Down

0 comments on commit f50a481

Please sign in to comment.