Skip to content

Commit c9a16fe

Browse files
authored
Update .travis.yml
1 parent 14b0cc0 commit c9a16fe

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.travis.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
matrix:
22
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
1616
- language: python
1717
python: 3.4
1818
script:
1919
- wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/0.5.3/bazel-0.5.3-installer-linux-x86_64.sh"
2020
- chmod +x install.sh
21-
- ./install.sh -user
21+
- ./install.sh --user && rm -f install.sh
2222
- ~/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
3333

3434
# Define the list of directories to execute tests in.
3535
#env:

0 commit comments

Comments
 (0)