You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
597 B
28 lines
597 B
language: bash
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
|
|
before_script:
|
|
- sudo apt-get -qq purge mysql* graphviz*
|
|
- sudo apt-get -qq autoremove
|
|
|
|
|
|
script:
|
|
- sudo echo -e "[user]\n\tname = Mitesh Shah\n\temail = root@localhost" > ~/.gitconfig
|
|
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
|
|
- sudo sed -i "s/stable/$TRAVIS_BRANCH/g" bin/install.sh
|
|
- sudo bash -x bin/install.sh
|
|
|
|
- sudo cat /var/log/easyengine/*
|
|
|
|
- sudo ls -lah /usr/local/sbin
|
|
- sudo find /usr/local/sbin
|
|
|
|
- sudo ls -lah /usr/share/easyengine
|
|
- sudo find /usr/share/easyengine
|
|
|
|
- sudo ls -lah /usr/local/lib/easyengine
|
|
- sudo find /usr/local/lib/easyengine
|
|
|