-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (32 loc) · 923 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
34
35
36
37
38
39
language: node_js
node_js:
- 0.10
# Travis supports running a real browser (Firefox) with a virtual screen. Just update your .travis.yml to set up the virtual screen like this:
# before_script:
# - export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start
# whitelist
# branches:
# only:
# - master
bundler_args: --retry 3
notifications:
email:
recipients:
- lingsync-support@googlegroups.com
on_success: change
on_failure: always
# env:
# matrix:
# see set_up_new_machine.sh
before_install:
# Download and configure deps
- export TZ=Canada/Eastern # http://stackoverflow.com/questions/23371542/how-do-i-configure-travis-ci-to-use-the-correct-time-zone-for-a-rails-app
- npm install -g grunt-cli
- npm install -g bower
# - npm install -g jasmine-node
- npm install
- bower install
before_script:
# Make sure the emulator has started before running tests
script: grunt