Skip to content

Commit

Permalink
Fix compiler-version comments in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse committed Mar 20, 2018
1 parent 69818b8 commit ce8ca09
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 @@ -21,9 +21,9 @@ matrix:
- env: ARGS="--resolver lts-6"
compiler: ": # lts-6"
- env: ARGS="--resolver lts-9"
compiler: ": # lts-7"
compiler: ": # lts-9"
- env: ARGS="--resolver lts-11"
compiler: ": # lts-10"
compiler: ": # lts-11"
- env: ARGS="--resolver nightly"
compiler: ": # nightly"
- env: ARGS="--resolver lts"
Expand Down

0 comments on commit ce8ca09

Please sign in to comment.