Added chmod +w to TravisCI configuration.
This commit is contained in:
parent
2f69f758a6
commit
c6477e18e7
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@ cache:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
- $HOME/.kobalt
|
- $HOME/.kobalt
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- chmod +x kobaltw
|
||||||
|
|
||||||
script: ./kobaltw clean assemble
|
script: ./kobaltw clean assemble
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue