Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jul 1, 2017
1 parent febf0e6 commit e54208d
Show file tree
Hide file tree
Showing 7 changed files with 856 additions and 8 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- "8"
before_install:
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm i
script:
Expand All @@ -16,4 +18,9 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-4.8
firefox: latest
branches:
except:
- gh-pages
- release
Loading

0 comments on commit e54208d

Please sign in to comment.