Skip to content

Commit

Permalink
Merge pull request #30 from delvedor/fix-test
Browse files Browse the repository at this point in the history
Sleep before run test
  • Loading branch information
mcollina authored Jun 14, 2019
2 parents e2e54ec + 93425d0 commit 887b968
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 887b968

Please sign in to comment.