Browse Source

don't test for osx in the linux section

Simon Krajewski 8 years ago
parent
commit
865b518337
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -112,7 +112,7 @@ install_linux: &install_linux
       echo "$HOME/_hxbuild exists";
       cp -pr ~/_hxbuild ./_build;
     fi
-  - test $TRAVIS_OS_NAME = 'osx' || make package_src -s
+  - make package_src -s
   - opam config exec -- make -s STATICLINK=1 libs
   - opam config exec -- make -s -j STATICLINK=1 haxe
   - opam config exec -- make -s haxelib
@@ -178,7 +178,6 @@ install_osx: &install_osx
       echo "$HOME/_hxbuild exists";
       cp -pr ~/_hxbuild ./_build;
     fi
-  - make package_src -s
   - make -s STATICLINK=1 "LIB_PARAMS=/usr/local/opt/zlib/lib/libz.a /usr/local/lib/libpcre.a" libs
   - make -s -j STATICLINK=1 "LIB_PARAMS=/usr/local/opt/zlib/lib/libz.a /usr/local/lib/libpcre.a" haxe
   - make -s haxelib