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 48f860a commit 9c935e8Copy full SHA for 9c935e8
.travis.yml
@@ -2,23 +2,17 @@ sudo: required
2
language: elixir
3
4
elixir:
5
-# - 1.4
6
-# - 1.5
7
-# - 1.6
8
-# - 1.7
+ - 1.4
+ - 1.5
+ - 1.6
+ - 1.7
9
- 1.8
10
11
install:
12
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
13
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz
14
- ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --version
15
16
-cache:
17
- - apt
18
- - directories:
19
- - ~/.mongodb
20
- - ./plt_core_path
21
-
22
before_script:
23
- export PATH=${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/:$PATH
24
- bash ./start_mongo.bash
0 commit comments