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 21c01da
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Expand Up @@ -19,22 +19,16 @@ jobs:

- &node
script: npm start test.node

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

- <<: *node
cache: false

- <<: *node
node_js: '6'

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

- script: npm start test.bundle

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

0 comments on commit 21c01da

Please sign in to comment.