Skip to content

Commit

Permalink
Make sure we run on node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 18, 2017
1 parent bc93622 commit 491b28d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -37,7 +37,10 @@ jobs:
include:
- stage: Pretest
script: yarn run pretest
node_js: "7"
- stage: Headless tests
script: yarn run test:headless
node_js: "7"
- stage: Karma
script: travis_retry karma start --single-run --reporters mocha karma.conf.js
node_js: "7"

0 comments on commit 491b28d

Please sign in to comment.