-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
executable file
·33 lines (29 loc) · 1012 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: node_js
node_js:
- 0.8
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g karma
- ./scripts/web-server.js > /dev/null &
- sleep 1 # give server time to start
script:
- karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox
env:
global:
- secure: "GyXhbUK7QebxnWpkKsrNT3x7FyWmUZtFB/9Tdj12CFxJOZq6h79cY1DdfzKMGOu0qZOL4mjTykzGbn4sZL6Nzd5KLsDLTUL835x4siTheRzFXN4DE0mRGFFm7WctGJigF/eXYQxw8/3vpd1AgloLC2mtWyYTr14B2Y/fSgYHr2E="
after_success:
- git clone https://github.com/ChrisBoesch/kat-gui.git kat
- cd kat
- git branch -a
- git checkout gh-pages
- ls
- git checkout master -- app
- git checkout master -- test
- git add .
- git config --global user.email "[email protected]"
- git config --global user.name "Chris from Travis"
- git commit -m "Updating from Travis-ci"
- git status
- git push https://[email protected]/ChrisBoesch/kat-gui.git gh-pages
- curl http://django-box-19263.apse1.actionbox.io:8888/