浏览代码

try again

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 pin add haxe . --no-action
   - opam install haxe --deps-only
   - opam install haxe --deps-only
   # Build haxe
   # 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
   - git submodule update --init --recursive
   - make package_src -s
   - make package_src -s
   - opam config exec -- make -s STATICLINK=1 libs
   - opam config exec -- make -s STATICLINK=1 libs