mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
travis: Check if recipes have trailing whitespace.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python: "2.7"
|
||||
install:
|
||||
- cd ..
|
||||
- git clone https://github.com/haikuports/haikuporter.git --depth=1
|
||||
- cd haikuports
|
||||
- cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports
|
||||
- PATH=$PATH:../haikuporter && export PATH
|
||||
- printf 'TREE_PATH="'`pwd`'"\nPACKAGER="Nobody <server@fake>"\nTARGET_ARCHITECTURE="x86"\n' >haikuports.conf
|
||||
- wget https://github.com/waddlesplash/haiku-licenses/archive/master.zip && unzip master.zip
|
||||
|
||||
Reference in New Issue
Block a user