diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 16:20:09 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-22 16:20:09 -0500 |
| commit | 446ce9f956fd8f725a25e004592acb443d758c27 (patch) | |
| tree | cc9811bb9b1453af53ba991454bb0e9d20028c1a /.travis.yml | |
| parent | 745d9fa00906102b34f48162cdd05fc656ec12f1 (diff) | |
| download | erable-godot-446ce9f956fd8f725a25e004592acb443d758c27.tar.gz erable-godot-446ce9f956fd8f725a25e004592acb443d758c27.tar.bz2 erable-godot-446ce9f956fd8f725a25e004592acb443d758c27.zip | |
Hopefully fixed travis?
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 178d452..080ffb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - linux - osx sudo: require -dist: xenial +dist: trusty compiler: - gcc osx_image: xcode10.2 |
