Skip to content

Commit

Permalink
combine bundle / browser tests; do not run extra node 9 job
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 4, 2018
1 parent 73e0083 commit 1383060
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Expand Up @@ -19,22 +19,16 @@ jobs:

- &node
script: npm start test.node

- <<: *node
cache: false
node_js: '8'
cache: false

- <<: *node
cache: false
node_js: '6'

- <<: *node
cache: false
node_js: '4'

- script: npm start test.bundle

- script: npm start test.browser
- script: npm start test.bundle test.browser
before_script: mkdir -p .karma
addons:
artifacts:
Expand Down

0 comments on commit 1383060

Please sign in to comment.