Skip to content

Commit 0301735

Browse files
committed
Add travis sudo support
1 parent 3cdcc58 commit 0301735

File tree

2 files changed

+40
-41
lines changed

2 files changed

+40
-41
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
sudo: required
23
node_js:
34
- "0.10"
45
before_install:

.versions

+39-41
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
local-test:meteorhacks:[email protected]
21-
22-
23-
meteorhacks:[email protected]
24-
25-
26-
27-
28-
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
local-test:meteorhacks:[email protected]
19+
20+
21+
meteorhacks:[email protected]
22+
23+
24+
25+
26+
2927
practicalmeteor:[email protected]_3
3028
practicalmeteor:[email protected]_2
31-
32-
33-
34-
35-
36-
37-
templating@1.0.11
38-
39-
40-
41-
42-
webapp@1.1.6
43-
29+
30+
31+
32+
33+
34+
35+
templating@1.1.1
36+
37+
38+
39+
40+
webapp@1.2.0
41+

0 commit comments

Comments
 (0)