Skip to content

Commit d33c31a

Browse files
author
Dane Springmeyer
committed
make directory first
1 parent fdb6b1b commit d33c31a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ addons:
1111
packages: [ 'libstdc++-4.9-dev', 'clang-4.0' ]
1212

1313
install:
14+
- mkdir -p ./third_party/mason
1415
- curl -sSfL https://github.com/mapbox/mason/archive/v0.19.0.tar.gz | tar --gunzip --extract --strip-components=1 --directory=./third_party/mason
1516
- npm install --build-from-source
1617

0 commit comments

Comments
 (0)