We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df75fa2 commit 6e2ebc9Copy full SHA for 6e2ebc9
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
scala:
3
- 2.12.4
4
before_install:
5
- - npm install -g angular-cli
+ - npm install -g @angular/cli
6
script:
7
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; cd client && npm install && ng build --prod && cd .. ; fi'
8
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage; cd client && npm install && ng build --prod && cd .. ; fi'
0 commit comments