Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
harshadyeola 10 years ago
parent
commit
65c66feb58
  1. 2
      .travis.yml

2
.travis.yml

@ -25,7 +25,7 @@ script:
- sudo echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > ~/.gitconfig - sudo echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > ~/.gitconfig
- sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt - sudo apt-get install -y --force-yes git python3-setuptools python3-dev python3-apt
- sudo python3 setup.py install - sudo bash install $TRAVIS_BRANCH
- sudo ee --help - sudo ee --help
- sudo ee stack install - sudo ee stack install
- sudo ee stack install --web - sudo ee stack install --web

Loading…
Cancel
Save