Skip to content

Commit

Permalink
bump g++ version to 8.2 on travis ci linux (#1904)
Browse files Browse the repository at this point in the history
* bump g++ version to 8.2 on travis ci linux

* fix g++ package name

* Update .travis.yml
  • Loading branch information
amilajack committed Oct 30, 2018
1 parent 0ab4fe9 commit fa37b8d
Show file tree
Hide file tree
Showing 2 changed files with 2,299 additions and 2,358 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
matrix:
allow_failures:
- os: linux
include:
- os: osx
osx_image: xcode9.4
language: node_js
node_js:
- node
Expand All @@ -21,7 +18,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-multilib
- g++-4.8
- g++-8
- g++-multilib
- icnsutils
- graphicsmagick
Expand All @@ -42,7 +39,7 @@ cache:
- $HOME/.cache/electron-builder

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-4.8"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-8"; fi

install:
- yarn
Expand Down Expand Up @@ -71,6 +68,7 @@ script:
- yarn package-ci
- yarn lint
- yarn flow
- yarn test
# HACK: Temporarily ignore `yarn test` on linux
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn test; fi
- yarn build-e2e
- yarn test-e2e
Loading

0 comments on commit fa37b8d

Please sign in to comment.