Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading