Skip to content

Commit

Permalink
[Travis] no need to allow failures for Haxe dev anymore (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 authored May 27, 2018
1 parent 3b80f8c commit 641069c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ matrix:
- haxelib install munit
- haxe: development
install:
- haxelib git hxparse https://github.com/simn/hxparse.git
- haxelib git haxeparser https://github.com/simn/haxeparser.git
- haxelib git hxparse https://github.com/simn/hxparse
- haxelib git haxeparser https://github.com/simn/haxeparser
- haxelib git mcover https://github.com/massiveinteractive/mcover master src
- haxelib install mconsole
- haxelib install compiletime 2.6.0
- haxelib install hxargs 3.0.2
- haxelib install mcover 2.1.1
- haxelib install munit
- sed -i 's/:3.3.0//' buildGlobal.hxml
allow_failures:
- haxe: development

0 comments on commit 641069c

Please sign in to comment.