summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-09-17 19:42:46 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-09-17 19:42:46 +0200
commitb329f0b5dfb97b974b2b38d571f631deac5f7aba (patch)
tree321f47ec8d74eec491218288dafe4297db934393 /.travis.yml
parent12a5cc07e0fb48c78d7a36d4009085127c58e2b5 (diff)
downloadbison-b329f0b5dfb97b974b2b38d571f631deac5f7aba.tar.gz
CI: beware of time limits
* .travis.yml (GCC 8): Run only the part 1 of the tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ed804e02..c2e61f35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -200,7 +200,8 @@ jobs:
- CONFIGUREFLAGS='CFLAGS=-O1 CXXFLAGS=-O1'
- PART=1
- - name: "GCC 8"
+ # With glr2.cc, we run out of time with the full test suite.
+ - name: "GCC 8 part 1"
stage: check
os: linux
dist: bionic
@@ -210,6 +211,7 @@ jobs:
env:
- CC=gcc-8
- CXX=g++-8
+ - PART=1
- name: "GCC 7"
stage: check