Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/nyc-12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jun 8, 2018
2 parents dfc7d70 + 97f577f commit 7e355ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_js:
- '6'
before_install:
- npm install -g grunt-cli coveralls
install:
- npm install # don't use npm ci yet
script:
- npm run build
- npm run lint
Expand Down Expand Up @@ -33,4 +35,4 @@ deploy:
local_dir: docs/build
on:
branch: master
node: 'node'
node: 'node'

0 comments on commit 7e355ff

Please sign in to comment.