Skip to content

Commit

Permalink
bump haxe ruby version number
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Apr 24, 2015
1 parent eb0d2a3 commit d308c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
install:
- sudo apt-get install time php5 -y
- if ! $USE_PAULFITZ; then sudo apt-get install haxe -y; fi
- if $USE_PAULFITZ; then wget https://github.com/paulfitz/haxe/releases/download/rb_v3.1.1_7/haxerb.zip; fi
- if $USE_PAULFITZ; then wget https://github.com/paulfitz/haxe/releases/download/rb_v3.1.1_8/haxerb.zip; fi
- if $USE_PAULFITZ; then sudo apt-get install python3; fi
- if $USE_PAULFITZ; then unzip -q haxerb.zip; fi
- sudo apt-get install gcc-multilib g++-multilib -y # VM is 64bit but hxcpp builds 32bit
Expand Down

0 comments on commit d308c3a

Please sign in to comment.