Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
fix travis ci build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 17, 2018
1 parent c405ac1 commit ba2c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
before_install:
- psql -c "create user simplevote with password 'asdf'" -U postgres
- psql -c "create database simplevote with owner simplevote" -U postgres
- cd ui; npm i -g @angular/cli; yarn; ng build -prod -aot;
- cd ui; npm i -g @angular/cli; yarn; ng build --prod --aot;
- cp -R dist/ ../service/src/main/resources
- cd ../service
addons:
Expand Down

0 comments on commit ba2c06b

Please sign in to comment.