8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035579e commit 7ff51beCopy full SHA for 7ff51be
.travis.yml
@@ -6,7 +6,7 @@ compiler:
6
addons:
7
apt:
8
sources:
9
- #- deadsnakes
+ - deadsnakes # for python3.4
10
- ubuntu-toolchain-r-test
11
#- avsm
12
#- boost-latest
@@ -15,7 +15,7 @@ addons:
15
#- chef-stable-precise
16
#- couchbase-precise
17
#- debian-sid
18
- #- extras-precise
+ - extras-precise
19
#- gammu
20
#- gearman-developers
21
#- george-edison55-precise-backports
@@ -37,7 +37,7 @@ addons:
37
#- precise-pgdg-9.5
38
#- pypy
39
#- pythonxy-devel
40
- #- r-packages-precise
+ - r-packages-precise
41
#- r-packages-trusty
42
#- rabbitmq-precise
43
#- rabbitmq-testing
0 commit comments