diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-26 16:44:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-26 16:44:36 -0400 |
commit | 255a5c1832ff26ef607c2bbada68294beb72a1e8 (patch) | |
tree | 7de0eb3994c28474bd653134918786a13950e99b | |
parent | b839c213073f99d73d03bb28f0fd350e13afba09 (diff) |
Set travis to build the gcc-8 target
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ff4ab4bc9..bb03c0600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,6 @@ matrix: script: - ./build_tools.sh g++-7 - make -j2 compare + - make -j2 modern after_success: - .travis/calcrom/webhook.sh pokeemerald |