Commit 8b7b61930d743a2c7c37536e0dcc9809d74e3f5a
1 parent
9ee47357
Fixed typo in travis
Showing
1 changed file
with
3 additions
and
3 deletions
.travis.yml
| @@ -11,7 +11,7 @@ matrix: | @@ -11,7 +11,7 @@ matrix: | ||
| 11 | addons: | 11 | addons: |
| 12 | apt: | 12 | apt: |
| 13 | sources: | 13 | sources: |
| 14 | - - ubuntu-toolchain-r-testt | 14 | + - ubuntu-toolchain-r-test |
| 15 | packages: | 15 | packages: |
| 16 | - g++-4.9 | 16 | - g++-4.9 |
| 17 | env: COMPILER=g++-4.9 | 17 | env: COMPILER=g++-4.9 |
| @@ -19,7 +19,7 @@ matrix: | @@ -19,7 +19,7 @@ matrix: | ||
| 19 | addons: | 19 | addons: |
| 20 | apt: | 20 | apt: |
| 21 | sources: | 21 | sources: |
| 22 | - - ubuntu-toolchain-r-testt | 22 | + - ubuntu-toolchain-r-test |
| 23 | packages: | 23 | packages: |
| 24 | - g++-4.8 | 24 | - g++-4.8 |
| 25 | env: COMPILER=g++-4.8 | 25 | env: COMPILER=g++-4.8 |
| @@ -27,7 +27,7 @@ matrix: | @@ -27,7 +27,7 @@ matrix: | ||
| 27 | addons: | 27 | addons: |
| 28 | apt: | 28 | apt: |
| 29 | sources: | 29 | sources: |
| 30 | - - ubuntu-toolchain-r-testt | 30 | + - ubuntu-toolchain-r-test |
| 31 | - llvm-toolchain-precise-3.6 | 31 | - llvm-toolchain-precise-3.6 |
| 32 | packages: | 32 | packages: |
| 33 | - clang-3.6 | 33 | - clang-3.6 |