Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 80cf8c8

Browse files
committed
Run only acceptance tests
1 parent 0eca174 commit 80cf8c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ addons:
1616
name: "$TRAVIS_CURRENT_BRANCH"
1717

1818
script:
19-
- npm run lint
20-
- npm run test-ci
21-
- npm run coveralls
22-
- sonar-scanner -Dsonar.login=${SONAR_TOKEN}
19+
# - npm run lint
20+
- npm run test-acceptance
21+
# - npm run coveralls
22+
# - sonar-scanner -Dsonar.login=${SONAR_TOKEN}
2323

2424
deploy:
2525
provider: npm

0 commit comments

Comments
 (0)