Skip to content

Commit 4a780ce

Browse files
committed
Switch to old travis image to fix issue #169
1 parent 0928f25 commit 4a780ce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
group: deprecated-2017Q3
2+
13
language: cpp
24
os: linux
35
sudo: required

travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ for TEST in \
6666
build/examples/CalcQt/BoostCalculatorQtSteps \
6767
; do
6868
if [ -f "${TEST}" -a -n "${DISPLAY:-}" ]; then
69-
"${TEST}" 2> /dev/null &
70-
sleep 1
69+
"${TEST}" 2> /dev/null &
70+
sleep 1
7171
cucumber examples/CalcQt
7272
wait %
7373
fi

0 commit comments

Comments
 (0)