Commit 050745df authored by Greg Williams's avatar Greg Williams
Browse files

Added conditional CC setting to gcc-4.8 if CC=='gcc' from travis config

parent e19388f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ before_script:
  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  - sudo apt-get update -qq
  - sudo apt-get install -y gcc-4.8
  - export CC=gcc-4.8
  - if [ $CC == 'gcc' ]; then export CC=gcc-4.8; fi;
  - bundle install
script:
  - make start_simulator