Skip to content

Commit 5ac133f

Browse files
authored
Update .travis.yml
1 parent a937302 commit 5ac133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
- language: dart
44
dart: 1.24.2
55
script:
6-
- cd dart && pub run test
6+
- cd dart && pub get && pub run test
77
- language: node_js
88
node_js:
99
- "0.10"

0 commit comments

Comments
 (0)