Skip to content

Commit

Permalink
Run travis with node 6, 8; drop 4 (facebook#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao authored Jul 19, 2017
1 parent 671009b commit 6971ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
env:
- CMD=lint
- CMD=fbjs:build
Expand Down

0 comments on commit 6971ddc

Please sign in to comment.