Skip to content

Commit c0b951a

Browse files
committed
fix to travis yml file
1 parent 8cd5468 commit c0b951a

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 @@ script: ./travis-tool.sh run_tests
33
before_script:
44
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
55
- chmod 755 ./travis-tool.sh
6-
- ./travis-tool.sh aptget install gdal-bin
6+
- ./travis-tool.sh install_aptget gdal-bin
77
- ./travis-tool.sh bootstrap
88
- ./travis-tool.sh install_deps
99
- ./travis-tool.sh github_package assertthat

0 commit comments

Comments
 (0)