There was an error while loading. Please reload this page.
1 parent 42cb541 commit edb9ca4Copy full SHA for edb9ca4
.travis.yml
@@ -24,6 +24,7 @@ before_install:
24
- sh -e /etc/init.d/xvfb start
25
install:
26
- cd "$TRAVIS_BUILD_DIR"/quickstart
27
+ - ng --version
28
- ng new web
29
- rm web/src/app/app.module.ts web/src/app/app.component.* web/src/styles.css
30
- mvn -Pdb,metadata,gen generate-sources
0 commit comments