From 3466463fbe7592a379c4b9077afdc1837f3a80cb Mon Sep 17 00:00:00 2001 From: Jesun Sahariar Firoz Date: Sat, 1 Feb 2020 13:29:33 -0800 Subject: [PATCH] Updating travis to point to multi-locale Chapel. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d86e690..2736d9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ services: jobs: include: - script: | - docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git chapel/chapel:1.20.0 /bin/bash -c ' + docker run -it -v ${TRAVIS_BUILD_DIR}:/repo.git -w /repo.git chapel/chapel-gasnet:1.20.0 /bin/bash -c ' pushd $CHPL_HOME . util/setchplenv.sh popd