Skip to content

Commit

Permalink
test: remove server-unit from TravisCI
Browse files Browse the repository at this point in the history
This commit removes the server-unit tests from Travis CI testing.  It is
handled instead by Appveyor.

Closes Third-Culture-Software#887.
  • Loading branch information
jniles committed Aug 15, 2019
1 parent b790a45 commit 0357ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sh/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ startfold "Running Integration Tests..." "test-integration";
endfold "test-integration" ;

#run server-unit test
startfold "Running server Unit Tests ......" "server-unit"
./node_modules/.bin/mocha --recursive --exit test/server-unit
endfold "server-unit" ;
# startfold "Running server Unit Tests ......" "server-unit"
# ./node_modules/.bin/mocha --recursive --exit test/server-unit
# endfold "server-unit" ;

# run end to end tests
startfold "Running Client End to End Tests..." "test-end-to-end";
Expand Down

0 comments on commit 0357ec2

Please sign in to comment.