Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
bump ubuntu version on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Feb 21, 2020
1 parent 393d157 commit 03f4b00
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
sudo: required
dist: trusty
dist: bionic
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
language: node_js
node_js:
- 12
- 13
# safelist
branches:
only:
Expand All @@ -22,6 +24,7 @@ cache:
- "~/.boot/cache/bin"
- yarn
before_install:
- eval "${MATRIX_EVAL}"
- sudo fallocate -l 4G /swapfile
- sudo chmod 600 /swapfile
- sudo mkswap /swapfile
Expand Down Expand Up @@ -69,7 +72,7 @@ env:
-XX:+CMSClassUnloadingEnabled
-Xverify:none'
BUILD_ARCH=linux
- CC=gcc-6 && CXX=g++-6
- eval "${MATRIX_EVAL}"
matrix:
fast_finish: true
include:
Expand Down

0 comments on commit 03f4b00

Please sign in to comment.