Skip to content

Commit

Permalink
Update to latest travix and fix trusty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBourre committed Aug 7, 2019
1 parent 6371d48 commit 2e4e052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial

language: haxe

Expand Down Expand Up @@ -48,7 +48,7 @@ before_install:
- echo $DEPENDENCIES_BRANCH

install:
- export BRANCH_REF=$DEPENDENCIES_BRANCH
- nvm install 8
- haxelib install travix --always
# hexLog
- 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
Expand Down

0 comments on commit 2e4e052

Please sign in to comment.