Resolve travis config warnings
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
language: generic
|
language: generic
|
||||||
dist: bionic
|
dist: bionic
|
||||||
sudo: false
|
os: linux
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DEVKITPRO=$HOME
|
- DEVKITPRO=$HOME
|
||||||
@@ -22,7 +22,7 @@ install:
|
|||||||
- travis_retry git clone https://github.com/pret/agbcc.git
|
- travis_retry git clone https://github.com/pret/agbcc.git
|
||||||
- cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
|
- cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
|
||||||
- popd
|
- popd
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user