Skip to content

Commit c93f13f

Browse files
committed
Merge branch 'develop'
2 parents 7effb41 + f200152 commit c93f13f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ git:
88
jobs:
99
include:
1010
- stage: test
11-
node_js:
12-
- '8'
11+
node_js: '8'
1312
install:
1413
- yarn install --ignore-engines
1514
script:
@@ -21,7 +20,7 @@ jobs:
2120
# Define the release stage that runs semantic-release
2221
- stage: release
2322
if: (NOT type IN (pull_request)) AND (branch = master)
24-
node_js: lts/*
23+
node_js: '8'
2524
# overwrite default `script` step to skip the tests
2625
script: echo "Deploying to npm ..."
2726
deploy:

0 commit comments

Comments
 (0)