Serve web content from local copy of polaris-web

This commit is contained in:
Antoine Gersant 2017-07-04 01:19:29 -07:00
parent 47e4ba0ebd
commit 59ca3724fa

View file

@ -25,6 +25,6 @@ before_install:
script:
- cargo build --verbose
- cargo test --verbose
- cargo run -- -d test/db.sqlite &
- cargo run -- -d test/db.sqlite & -w web
- sleep 5
- nightwatch