We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6371d48 commit 2e4e052Copy full SHA for 2e4e052
.travis.yml
@@ -1,5 +1,5 @@
1
sudo: required
2
-dist: trusty
+dist: xenial
3
4
language: haxe
5
@@ -48,7 +48,7 @@ before_install:
48
- echo $DEPENDENCIES_BRANCH
49
50
install:
51
- - export BRANCH_REF=$DEPENDENCIES_BRANCH
+ - nvm install 8
52
- haxelib install travix --always
53
# hexLog
54
- if [ $( git ls-remote https://github.com/DoclerLabs/hexLog.git $BRANCH_REF --heads | wc -l ) == "0" ]; then export DEPENDENCIES_BRANCH=master; else export DEPENDENCIES_BRANCH=$BRANCH_REF; fi
0 commit comments