From f30382fbab3c8c3750e4450c626b8b5589e40417 Mon Sep 17 00:00:00 2001 From: Tim Stavenger Date: Tue, 25 Sep 2018 15:24:35 -0700 Subject: [PATCH] use chapel release 1.18.0 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4e04bf..48daa24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ services: jobs: include: - script: | - docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git pnnl/chapel:master /bin/bash -c ' + docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git chapel/chapel:1.18.0 /bin/bash -c ' cd test/unit start_test -junit-xml -numlocales 4' - script: | - docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git pnnl/chapel:master /bin/bash -c ' + docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git chapel/chapel:1.18.0 /bin/bash -c ' chpldoc src/*/*.chpl' notifications: