Skip to content

Commit

Permalink
Sleep before run test
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Jun 14, 2019
1 parent e2e54ec commit 93425d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ addons:
apt:
packages:
- oracle-java9-installer

before_script:
- sleep 15

script:
- npm test

0 comments on commit 93425d0

Please sign in to comment.