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

Commit a3f2c96

Browse files
committed
comment all other commands
1 parent d7ffa34 commit a3f2c96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ addons:
1818
name: "$TRAVIS_CURRENT_BRANCH"
1919

2020
script:
21-
- npm run lint
22-
- npm run test-ci
23-
- npm run coveralls
21+
#- npm run lint
22+
#- npm run test-ci
23+
#- npm run coveralls
2424
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.login=${SONAR_TOKEN}; fi'
2525

2626
deploy:

0 commit comments

Comments
 (0)