Skip to content

Commit 74611d9

Browse files
committed
Fix dist precise.
1 parent e4f1bae commit 74611d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ php:
55
- '5.6'
66
- '5.5'
77
- '5.4'
8-
- '5.3'
98
sudo: false
10-
dist: precise
119
matrix:
10+
fast_finish: true
1211
include:
1312
- php: '5.6'
1413
install: true
1514
before_script: chmod +x bin/wraith.sh
1615
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
1716
script: "./bin/wraith.sh"
17+
- php: '5.3'
18+
dist: precise
1819
branches:
1920
except:
2021
- "/^*-v[0-9]/"

0 commit comments

Comments
 (0)