diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3c3abede8..2f9187233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: generic dist: bionic -sudo: false +os: linux env: global: - DEVKITPRO=$HOME @@ -22,7 +22,7 @@ install: - travis_retry git clone https://github.com/pret/agbcc.git - cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR - popd -matrix: +jobs: include: - os: linux addons: |