pluotsorbet/.travis.yml

28 строки
672 B
YAML
Исходник Обычный вид История

2014-08-02 21:10:10 +04:00
language: node_js
2014-08-02 21:28:22 +04:00
node_js:
- "0.10"
env:
- DISPLAY=:99.0
before_script:
- "sh -e /etc/init.d/xvfb start"
2014-08-05 05:10:26 +04:00
- npm install casperjs
- wget -P /tmp/j2me.js -N https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/36.0b1-candidates/build1/jsshell-linux-x86_64.zip
- unzip -d /tmp/js /tmp/j2me.js/jsshell-linux-x86_64.zip
- export PATH=$PATH:/tmp/js
2014-08-02 21:10:10 +04:00
script:
2014-08-05 05:27:31 +04:00
- make test
2015-01-13 03:07:31 +03:00
sudo: false
cache:
directories:
- node_modules
- /tmp/j2me.js
- build_tools
notifications:
irc:
channels:
2015-02-13 22:04:45 +03:00
- "irc.mozilla.org#j2me.js"
template:
- "%{repository_slug} - %{commit_subject} - %{result} - %{build_url}"
use_notice: true
skip_join: true