Skip to content

Commit aa81ca1

Browse files
authored
Allow failures for Haxe dev builds on Travis (#351)
1 parent 69db384 commit aa81ca1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ script:
1616
after_success:
1717
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
1818
sudo: false
19+
dist: trusty
20+
21+
matrix:
22+
allow_failures:
23+
- haxe: development

0 commit comments

Comments
 (0)