mirror of
https://github.com/vale981/lack
synced 2025-03-05 17:31:39 -05:00
Fix .travis.yml to use the latest Qlot.
This commit is contained in:
parent
7acdfb0970
commit
253e4f4da0
1 changed files with 2 additions and 4 deletions
|
@ -8,11 +8,9 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/travis-install.sh | sh
|
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/travis-install.sh | sh
|
||||||
- curl https://raw.githubusercontent.com/fukamachi/qlot/master/roswell/qlot.ros -o ~/qlot; chmod u+x ~/qlot
|
|
||||||
- cd $TRAVIS_BUILD_DIR; ~/qlot install
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- git clone https://github.com/fukamachi/qlot ~/lisp/qlot
|
- git clone https://github.com/fukamachi/qlot ~/lisp/qlot
|
||||||
|
- cp ~/lisp/qlot/roswell/qlot.ros ~/qlot && chmod u+x ~/qlot
|
||||||
|
- cd $TRAVIS_BUILD_DIR; ~/qlot install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ~/qlot exec
|
- ~/qlot exec
|
||||||
|
|
Loading…
Add table
Reference in a new issue