Alexander Kuzmenko 7 سال پیش
والد
کامیت
940327bfe9
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -84,7 +84,10 @@ install_linux: &install_linux
   - opam pin add haxe . --no-action
   - opam install haxe --deps-only
   # Build haxe
-  - git checkout 4.0.0-preview.2
+  - git tag
+  - git fetch
+  - git tag
+  - git checkout 4.0.0-preview.2 4.0.0-preview.2
   - git submodule update --init --recursive
   - make package_src -s
   - opam config exec -- make -s STATICLINK=1 libs