Skip to content

Commit

Permalink
fix(build): Fixing CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kimball committed Jan 21, 2018
1 parent eaeba51 commit e98284e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: node_js
dist: trusty
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '4'
install:
- npm install
script:
Expand Down

0 comments on commit e98284e

Please sign in to comment.