Skip to content

Commit

Permalink
add node versions, functional tests to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Dec 30, 2018
1 parent ee12871 commit cc9e3a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
script: npm run typecheck

- stage: typecheck-test-lint
name: test
name: test node:10
node_js: '10'
script: npm run test:unit
script: npm run test:unit && npm run test:functional
- stage: typecheck-test-lint
name: test
name: test node:9
node_js: '9'
script: npm run test:unit
script: npm run test:unit && npm run test:functional
- stage: typecheck-test-lint
name: test
name: test node:8
node_js: '8'
script: npm run test:unit
script: npm run test:unit && npm run test:functional

- stage: typecheck-test-lint
name: lint
Expand Down

0 comments on commit cc9e3a3

Please sign in to comment.