Skip to content

Commit 1bf7072

Browse files
authored
Merge pull request #25 from clue-labs/travis2
Fix Travis dist keyword to actually use correct distro
2 parents 10ca366 + 96ece57 commit 1bf7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ php:
99
- hhvm # ignore errors, see below
1010

1111
# lock distro so new future defaults will not break the build
12-
distro: trusty
12+
dist: trusty
1313

1414
matrix:
1515
include:

0 commit comments

Comments
 (0)