Skip to content

Commit a0439e0

Browse files
committed
Fix travis run/test
1 parent a660b66 commit a0439e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
script:
1919

2020
- python utilities/install.py
21-
- ./NetPyNE-UI
21+
- ./NetPyNE-UI &
2222
- http_status=$(curl -s -I $1 $LANDING_PAGE | grep HTTP/1.1 | awk {'print $2'})
2323
- echo "$http_status"
2424
- cd webapp

0 commit comments

Comments
 (0)