diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-28 14:55:59 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-28 14:55:59 +0100 |
commit | 02d7102c687c3d2295bd1586fe6e79f14396e740 (patch) | |
tree | 65aa8337fd2ad1ded2950b41e386468bc8353937 | |
parent | 592b32b0369327799fff109b08f914142831fc2e (diff) | |
download | gitbook-02d7102c687c3d2295bd1586fe6e79f14396e740.zip gitbook-02d7102c687c3d2295bd1586fe6e79f14396e740.tar.gz gitbook-02d7102c687c3d2295bd1586fe6e79f14396e740.tar.bz2 |
Add svgexport to travis tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7f0afc8..ecf9a3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ language: node_js node_js: - "0.11" - "0.10" +before_install: + - npm install svgexport -g
\ No newline at end of file |