File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
matrix :
2
2
include :
3
- - language : dart
4
- dart : stable
5
- script :
6
- - cd dart && pub get && pub run test
7
- - language : go
8
- go : stable
9
- script :
10
- - go test ./go
11
- - language : node_js
12
- node_js :
13
- - " 0.10"
14
- script :
15
- - cd js && npm install && npm test
3
+ # - language: dart
4
+ # dart: stable
5
+ # script:
6
+ # - cd dart && pub get && pub run test
7
+ # - language: go
8
+ # go: stable
9
+ # script:
10
+ # - go test ./go
11
+ # - language: node_js
12
+ # node_js:
13
+ # - "0.10"
14
+ # script:
15
+ # - cd js && npm install && npm test
16
16
- language : python
17
17
python : 3.4
18
18
script :
19
19
- wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/0.5.3/bazel-0.5.3-installer-linux-x86_64.sh"
20
20
- chmod +x install.sh
21
- - ./install.sh -user
21
+ - ./install.sh -- user && rm -f install.sh
22
22
- ~/bin/blaze test --test_output=all python:openlocationcode_test
23
- - language : ruby
24
- rvm : 2.2
25
- script :
26
- - gem install test-unit
27
- - cd ruby && ruby test/plus_codes_test.rb
28
- - language : rust
29
- script :
30
- - cd rust/
31
- - cargo build --verbose --all
32
- - cargo test --verbose --all
23
+ # - language: ruby
24
+ # rvm: 2.2
25
+ # script:
26
+ # - gem install test-unit
27
+ # - cd ruby && ruby test/plus_codes_test.rb
28
+ # - language: rust
29
+ # script:
30
+ # - cd rust/
31
+ # - cargo build --verbose --all
32
+ # - cargo test --verbose --all
33
33
34
34
# Define the list of directories to execute tests in.
35
35
# env:
You can’t perform that action at this time.
0 commit comments