Skip to content

Commit

Permalink
Disable HashLink on Linux test, enable C# on Linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 17, 2021
1 parent 20a67cf commit 820c21c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ script:
- lix run travix neko "${args[@]}"
- lix run travix lua "${args[@]}"
- lix run travix java "${args[@]}"
# - lix run travix cs "${args[@]}" # https://github.com/back2dos/travix/issues/92
- lix run travix cs "${args[@]}"
- lix run travix cpp "${args[@]}"
- lix run travix hl "${args[@]}"
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then lix run travix python "${args[@]}"; fi
# - lix run travix hl "${args[@]}" # no current HashLink binaries available
- lix run travix python "${args[@]}"

jobs:
include:
Expand Down

0 comments on commit 820c21c

Please sign in to comment.