Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDev265 committed Jan 30, 2021
1 parent d1192e8 commit 8bf6577
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: php
php: ["7.0"]
sudo: false
dist: trusty

install:
- "wget -O - https://poggit.pmmp.io/res/travisInstall.sh | bash -s - || true"

script:
- "if [ -f ${TRAVIS_BUILD_DIR}/../PocketMine/unstaged/LuckyPlayer.phar ] ; then wget -O - https://poggit.pmmp.io/res/travisScript.sh | bash -s - LuckyPlayer LuckyPlayer ; else true ; fi"

0 comments on commit 8bf6577

Please sign in to comment.