Skip to content

Commit

Permalink
Build run.n
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol committed Jun 8, 2017
1 parent af08650 commit 50cea22
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
28 changes: 23 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ dist: trusty
language: haxe

haxe:
- "3.4.0"
- development
- "3.4.2"
# - development

matrix:
allow_failures:
- haxe: development
# https://github.com/travis-ci/travis-ci/issues/7754#issuecomment-301223128
# matrix:
# allow_failures:
# - haxe: development

install:
- haxelib dev travix .
Expand All @@ -28,3 +29,20 @@ script:
- haxelib run travix java
- haxelib run travix cs
- haxelib run travix cpp -lib hxcpp

env:
secure: "XFDeQEXNPLPLHDZ2I4k++WsIm2EBffO4pJLYP5+tTS57awlzuBkyK1P4/pzmbcnBMFIrE7ebWQd4NGYIHbb2UuIg8OLwxTpkqb+wMnlzQEN2Rntc
+09iT4/bS0TmPLNfMzeDYTgYD4W91HRUGXiCO1+n5VicosCbeoDKKNykVuqqoG3l7U1gxTxJb4NWXWOqFwcRG0jm5CfRs9l2pZ3PLjKNloeFo2fnRmrhDC+A+YC
rmUj9MFquH8bhbMNNsoE4sJL2cDNOMINAIjhCcGsfAoCZQNf+ezdvGqYezMq8FBI1hPwbslq/tojLQwYgsqKuEP06VqY5LBESpRS62qQ5g1/Jn18TMDb/nEaEnW
BndQFKaq4XIFCk/pRWnMxobsd8nYY0Oep8D8/JavJansh/3jnNKwo96lI40nvwS2AMY4AFTvFXyS/Or/WZKRWO9QI3dy3oULMllseiUkpx5vyqTrVreNCOe1suI
w3vVk1hGdITEk6U+C/5Y7QpsulBySKd+Q6XoH8m6fSbgWhGdqhi8w4lE6E25XWl2Cbdi/SNbcGJZpgeM9udeQZGhlifhgimSYqRkRdhobCrhXdVygrTniK5Olyd
JQJWxP1AEJmFZsNzbEyry8xWV2t2B2PZ8fbqXBcbX1PtliT9AHq3fsd8zRNjmRslkYveopRyLUg8E5c="

jobs:
include:
- stage: deploy
os: linux
haxe: "3.4.2"
script: skip
after_success: haxelib run travix release

4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"kevinresol",
"ciscoheat"
],
"version": "0.8.5",
"releasenote": "Publish to npm",
"version": "0.9.0",
"releasenote": "Allow optional haxelib.json & tests.hxml",
"tags": [
"ci",
"travis",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxe-travix",
"version": "0.8.5",
"version": "0.9.0",
"bin": {
"travix": "bin/travix.js"
},
Expand Down
1 change: 1 addition & 0 deletions prerelease.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build-neko.hxml

0 comments on commit 50cea22

Please sign in to comment.