Skip to content

Commit 6e2ebc9

Browse files
committed
Bumped up the version... let's see if node and npm are correct
1 parent df75fa2 commit 6e2ebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22
scala:
33
- 2.12.4
44
before_install:
5-
- npm install -g angular-cli
5+
- npm install -g @angular/cli
66
script:
77
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then sbt ++$TRAVIS_SCALA_VERSION test; cd client && npm install && ng build --prod && cd .. ; fi'
88
- '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

Comments
 (0)