Skip to content

Commit

Permalink
Merge branch 'travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Oct 23, 2017
2 parents bda6f12 + d62f956 commit d8562c9
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,24 @@
language: node_js
node_js: stable
sudo: false

env: CC=gcc-4.9 CXX=g++-4.9
os:
- osx
- linux
dist: trusty
osx_image: xcode9

install:
- npm install -g bower
- gem install slim
- rake dep
- ./node_modules/.bin/tslint --version
- ./node_modules/.bin/tsc --version

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3

script:
- rake lint
- rake compile
- rake test

cache:
- apt

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- xvfb
- wine
notifications:
email:
on_success: change
on_failure: change

0 comments on commit d8562c9

Please sign in to comment.