Skip to content

Commit

Permalink
Revert travis change for now. packager doesn't yet support 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Mar 10, 2020
1 parent 44e7603 commit 081337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script: /home/travis/.luarocks/bin/luacheck . --no-color -q

after_success:
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash; if [[ $? != 0 ]]; then TRAVIS_TEST_RESULT=1; fi
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.4; if [[ $? != 0 ]]; then TRAVIS_TEST_RESULT=1; fi
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.3; if [[ $? != 0 ]]; then TRAVIS_TEST_RESULT=1; fi

notifications:
email:
Expand Down

0 comments on commit 081337b

Please sign in to comment.