From 7eb623c7e107a97acfd9ee70cda71373748273e6 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Mon, 23 Oct 2017 18:24:51 -0400 Subject: [PATCH] travis: add linux build target --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b17087..81d9c79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,10 @@ addons: - ubuntu-toolchain-r-test env: global: - - CORE=fceumm + - CORE=snes9x2010 - COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7 matrix: + - PLATFORM=linux_x64 - PLATFORM=ngc - PLATFORM=wii - PLATFORM=wiiu