Skip to content

Commit

Permalink
Merge pull request #15 from ollelauribostrom/lint-travis
Browse files Browse the repository at this point in the history
Updating Travis configuration
  • Loading branch information
ollelauribostrom committed Sep 22, 2018
2 parents ef0a96a + 899acc6 commit 3a51248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: false
language: node_js
branches:
only:
master
node_js:
- '8'
- '10'
Expand All @@ -13,6 +16,7 @@ install:
- npm install
script:
- npm test
- npm run lint
- npm run coveralls
after_success:
- npm pack
Expand Down

0 comments on commit 3a51248

Please sign in to comment.