no longer run specs for docs in CI

This commit is contained in:
Gregg Van Hove
2018-02-06 11:54:25 -08:00
parent 516fe68759
commit 8ec4d54685
2 changed files with 0 additions and 16 deletions

View File

@@ -66,7 +66,3 @@ matrix:
- env:
- JASMINE_BROWSER="phantomjs"
- USE_SAUCE=false
- env:
- USE_SAUCE=false
- JASMINE_BROWSER="phantomjs"
- TEST_COMMAND="bash travis-docs-script.sh"

View File

@@ -1,12 +0,0 @@
#!/bin/bash -e
set -e
git clone https://github.com/jasmine/jasmine.github.io.git
cd jasmine.github.io
export BUNDLE_GEMFILE=$PWD/Gemfile
bundle
bundle exec rake update_edge_jasmine
bundle exec rake phantom