ソースを参照

Update .travis.yml (#315)

Mark Knol 7 年 前
コミット
f31cfe593f
1 ファイル変更14 行追加5 行削除
  1. 14 5
      .travis.yml

+ 14 - 5
.travis.yml

@@ -1,13 +1,22 @@
+language: haxe
+
+os: linux
+dist: trusty
+
 haxe:
   - development
-  - "3.4"
+  - "3.4.4"
 
+matrix:
+  allow_failures:
+    - haxe: development
+    
 script:
-  - yes | haxelib install all.hxml
-  - all.hxml
+  - yes | haxelib install all
+  - haxe all.hxml
   - cd samples
-  - yes | haxelib install all.hxml
-  - all.hxml
+  - yes | haxelib install all
+  - haxe all.hxml
 
 notifications:
   email: false