mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
12 lines
170 B
YAML
Executable File
12 lines
170 B
YAML
Executable File
language: node_js
|
|
|
|
node_js:
|
|
- "0.10"
|
|
|
|
install:
|
|
- BROWSER="Firefox-aurora" ./.travis-setup.sh
|
|
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|