Skip to content

Commit

Permalink
use chapel release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl authored Sep 25, 2018
1 parent 47dd023 commit f30382f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f30382f

Please sign in to comment.