Skip to content

Commit

Permalink
LF not CRLF plus node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Sibner committed Jul 5, 2018
1 parent a14d4e3 commit d5cd8dc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js
cache: yarn
node_js:
- 6
- 7
- node
os:
- linux
- osx
after_success: 'npm run coveralls'
language: node_js
cache: yarn
node_js:
- 6
- 7
- 8
- node
os:
- linux
- osx
after_success: 'npm run coveralls'

0 comments on commit d5cd8dc

Please sign in to comment.