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

Commit 0874b22

Browse files
committed
Enable all other commands
1 parent deaf2c8 commit 0874b22

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ cache:
1212
addons:
1313
sonarcloud:
1414
organization: "javierbrea"
15-
# token:
16-
# secure: "$SONAR_TOKEN"
15+
token:
16+
secure: "$SONAR_TOKEN"
1717
branch:
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
- sonar-scanner -Dsonar.login=${SONAR_TOKEN}
2525

2626
deploy:

0 commit comments

Comments
 (0)