Skip to content

Commit 4609788

Browse files
authored
Update .travis.yml
1 parent f15d031 commit 4609788

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
matrix:
22
include:
33
- language: dart
4-
dart: 1.24.2
4+
dart: stable
55
script:
66
- cd dart && pub get && pub run test
7+
- language: go
8+
go: stable
9+
script:
10+
- go test ./go
711
- language: node_js
812
node_js:
913
- "0.10"
@@ -17,7 +21,6 @@ matrix:
1721

1822
# Define the list of directories to execute tests in.
1923
env:
20-
- TEST_DIR=go
2124
- TEST_DIR=ruby
2225
- TEST_DIR=python
2326

0 commit comments

Comments
 (0)