Navigation Menu

Skip to content

Commit

Permalink
travis: travis_wait can't be used in another shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 30, 2016
1 parent d3c0852 commit b9b81ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,4 +31,4 @@ install:
before_script:
- tools/travis/before_script.sh
script:
- tools/travis/script.sh
- travis_wait tools/travis/script.sh
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -43,7 +43,7 @@ fi

build()
{
travis_wait make -j${n_processors} > /dev/null
make -j${n_processors} > /dev/null
}

run_unit_test()
Expand Down

0 comments on commit b9b81ed

Please sign in to comment.