Skip to content

Commit

Permalink
build: Update travis.yml with Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Nov 5, 2018
1 parent 36c7fe6 commit ecdcee1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
language: node_js
node_js: "10"

jobs:
include:
- stage: test
script: npm run test

cache:
npm: true

before_install:
- npm config set no-progress

install:
- npm install

script:
- commitlint-travis
- commitlint-travis

0 comments on commit ecdcee1

Please sign in to comment.