summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2014-01-14 16:01:32 -0500
committerGarren Smith <garren.smith@gmail.com>2014-01-16 15:10:40 +0200
commitc56e5a88dfed49e0f8661b4b7d579d0860151997 (patch)
tree5959195f5fa0487571eed29c20ef968d232f55dd
parentf04485f04e2f02e86ca6316a0b19ce9a8d3cc5fd (diff)
downloadcouchdb-c56e5a88dfed49e0f8661b4b7d579d0860151997.tar.gz
added fauxton grunt test stuff to .travis.yml
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 827badf04..f90895d36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,11 @@ before_install:
- sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended texinfo
- sudo apt-get -y install python-pygments python-docutils python-sphinx
before_script: ./bootstrap && ./configure
-script: make distcheck
+script:
+ - make distcheck
+ - cd src/fauxton
+ - npm install
+ - grunt test
language: erlang
otp_release:
- R16B