Commit 8b7b61930d743a2c7c37536e0dcc9809d74e3f5a

Authored by Henry Fredrick Schreiner
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 11 addons:
12 12 apt:
13 13 sources:
14   - - ubuntu-toolchain-r-testt
  14 + - ubuntu-toolchain-r-test
15 15 packages:
16 16 - g++-4.9
17 17 env: COMPILER=g++-4.9
... ... @@ -19,7 +19,7 @@ matrix:
19 19 addons:
20 20 apt:
21 21 sources:
22   - - ubuntu-toolchain-r-testt
  22 + - ubuntu-toolchain-r-test
23 23 packages:
24 24 - g++-4.8
25 25 env: COMPILER=g++-4.8
... ... @@ -27,7 +27,7 @@ matrix:
27 27 addons:
28 28 apt:
29 29 sources:
30   - - ubuntu-toolchain-r-testt
  30 + - ubuntu-toolchain-r-test
31 31 - llvm-toolchain-precise-3.6
32 32 packages:
33 33 - clang-3.6
... ...