Skip to content

Commit

Permalink
Merge 97e6f7c into 454d501
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Jan 8, 2019
2 parents 454d501 + 97e6f7c commit 346dbc7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,17 +1,18 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
- "6"
- "8"
- "10"
after_script:
- nyc report --reporter=text-lcov | coveralls
- nyc report --reporter=text-lcov | coveralls
jobs:
include:
- stage: hosting functional test
node_js: '6'
if: repo == head_repo OR type == push
node_js: "6"
before_script: ./scripts/decrypt-app-credentials.sh
script: ./scripts/test-hosting.sh
after_script: skip
cache:
directories:
- node_modules
- node_modules

0 comments on commit 346dbc7

Please sign in to comment.