Skip to content

Commit

Permalink
travis: ubuntu 18.10 -> 18.04 (LTS) (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose authored Mar 1, 2020
1 parent eb5b24f commit a79cc60
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 @@ -7,7 +7,7 @@ install:
- docker pull devkitpro/devkita64
script:
- docker run -e ENABLE_COMPATIBILITY_REPORTING -v $TRAVIS_BUILD_DIR:/NX-Shell
ubuntu:18.10 /bin/bash -ex /NX-Shell/.travis/.build.sh
ubuntu:18.04 /bin/bash -ex /NX-Shell/.travis/.build.sh

deploy:
provider: pages
Expand Down

0 comments on commit a79cc60

Please sign in to comment.