added fauxton grunt test stuff to .travis.yml

Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c56e5a88
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c56e5a88
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c56e5a88

Branch: refs/heads/api-options
Commit: c56e5a88dfed49e0f8661b4b7d579d0860151997
Parents: f04485f
Author: BigBlueHat <[email protected]>
Authored: Tue Jan 14 16:01:32 2014 -0500
Committer: Garren Smith <[email protected]>
Committed: Thu Jan 16 15:10:40 2014 +0200

----------------------------------------------------------------------
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c56e5a88/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 827badf..f90895d 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

Reply via email to