Skip to content

Commit aecc493

Browse files
author
Ryan A. Johnson
committed
fix(travis): sleep longer and don't rollup
1 parent 87b4a2e commit aecc493

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ before_script:
1616
- export DISPLAY=:99.0
1717
- sh -e /etc/init.d/xvfb start
1818
- jdk_switcher use oraclejdk8
19-
- yarn rollup
2019
- yarn start > /dev/null 2>&1 &
21-
- sleep 5
20+
- sleep 10
2221
script:
2322
- yarn test

0 commit comments

Comments
 (0)