Skip to content

Commit

Permalink
More time to silently compile
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 9, 2018
1 parent d1c449b commit fc6a4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ script:
- type dot
# No GraphViz, test
- qmake boost_graph_cookbook_1/boost_graph_cookbook_1_test_no_graphviz.pro
- make --silent debug
- travis_wait 30 make --silent debug
- ./boost_graph_cookbook_1_test_no_graphviz
# No Graphviz, normal
#- qmake boost_graph_cookbook_1/boost_graph_cookbook_1_no_graphviz.pro
#- make debug
#- ./boost_graph_cookbook_1_no_graphviz
# Graphviz, test
- qmake boost_graph_cookbook_1/boost_graph_cookbook_1_test.pro
- make --silent debug
- travis_wait 30 make --silent debug
- ./boost_graph_cookbook_1_test
# Graphviz, normal
#- qmake boost_graph_cookbook_1/boost_graph_cookbook_1.pro
Expand Down

0 comments on commit fc6a4b3

Please sign in to comment.