Loading .travis.yml +3 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ os: - osx compiler: - clang - gcc install: - gcc-4.8 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 - bundle install Loading Loading
.travis.yml +3 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ os: - osx compiler: - clang - gcc install: - gcc-4.8 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 - bundle install Loading