Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit a3c5878

Browse files
committed
[FT] Prepare Travis
1 parent e9c6b11 commit a3c5878

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

.travis.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
node_js:
33
- "0.8"
44

5-
before_install:
6-
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
8-
- npm install -g bower karma
9-
- bower install
10-
11-
script: "karma start test/test.conf.js --browsers=Firefox,PhantomJS"
5+
before_install:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- npm install -g bower grunt-cli
9+
- npm install
10+
- bower install
11+
before_script: out/.travis/before_script.sh
12+
after_success: out/.travis/after_success.sh
13+
branches:
14+
only:
15+
- master
16+
env:
17+
global:
18+
- REPO="git@github.com:douglasduteil/ui-map.git"

0 commit comments

Comments
 (0)