Browse Source

Create .travis.yml (#217)

Mark Knol 8 years ago
parent
commit
9c1a3eab11
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml

@@ -0,0 +1,13 @@
+haxe:
+  - development
+  - "3.4"
+
+script:
+  - yes | haxelib install all.hxml
+  - all.hxml
+  - cd samples
+  - yes | haxelib install all.hxml
+  - all.hxml
+
+notifications:
+  email: false