Skip to content

Commit 91f6ec1

Browse files
committed
update travis
1 parent 8a5bf87 commit 91f6ec1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ matrix:
88
env:
99
- DISABLE_TESTS=true
1010
- LINTING=true
11-
- node_js: '10.6'
12-
env:
13-
- INTEGRATION_TESTS=true
1411

1512
sudo: false
1613

@@ -20,7 +17,7 @@ install:
2017
script:
2118
- if [[ -z "$DISABLE_TESTS" ]]; then npm run test; fi
2219
- if [[ ! -z "$DISABLE_TESTS" && ! -z "$LINTING" ]]; then npm run lint; fi
23-
- if [[ -z "$INTEGRATION_TESTS" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run integration-test fi
20+
- if [ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]; then npm run integration-test fi
2421

2522
after_success:
2623
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 commit comments

Comments
 (0)