Skip to content

Commit

Permalink
Merge pull request #61 from DoclerLabs/develop
Browse files Browse the repository at this point in the history
DoclerLabs/hexMachina#222 Drop haxe 3.2.1 support
  • Loading branch information
aliokan authored Mar 21, 2017
2 parents 289bdce + 3a6c479 commit cf78904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: haxe

# haxe versions : http://haxe.org/website-content/downloads/versions.json
haxe:
- "3.2.1"
- "3.4.0"
- development

Expand Down Expand Up @@ -46,10 +45,10 @@ install:
- haxe flash/install.hxml

script:
- if [ $TRAVIS_HAXE_VERSION != "3.2.1" ]; then haxe build-php.hxml && php bin; fi
- haxe build-php.hxml && php bin/index.php
- haxe build-neko.hxml && neko bin/MainTest.n
- haxe build-js.hxml && node bin/MainTest.js
- if [ $TRAVIS_HAXE_VERSION != "3.2.1" ]; then haxe build-flash.hxml -D fdb && haxe flash/run.hxml bin/MainTest.swf; fi
- haxe build-flash.hxml -D fdb && haxe flash/run.hxml bin/MainTest.swf

notifications:
email:
Expand Down
4 changes: 0 additions & 4 deletions src/hex/model/IModelDispatcher.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ package hex.model;
*/
typedef IModelDispatcher<ListenerType> =
{
#if ( haxe_ver < "3.3" )
public function new() : Void;
#end

public function addListener( listener : ListenerType ) : Bool;

public function removeListener( listener : ListenerType ) : Bool;
Expand Down

0 comments on commit cf78904

Please sign in to comment.