Skip to content

Commit

Permalink
Nuke old testing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 24, 2018
1 parent 4f09701 commit a55b7d7
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 296 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- sh -e /etc/init.d/xvfb start
cache:
directories:
- phantomjs
- node_modules
deploy:
provider: npm
email: [email protected]
Expand Down
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,4 @@ node_modules/:
clean:
rm -rf ./bower_components ./node_modules

ifeq ($(shell uname -s),Darwin)
sauce_connect/bin/sc:
wget https://saucelabs.com/downloads/sc-4.3.16-osx.zip
unzip sc-4.3.16-osx.zip
mv sc-4.3.16-osx sauce_connect
rm sc-4.3.16-osx.zip
else
sauce_connect/bin/sc:
mkdir -p sauce_connect
curl -fsSL http://saucelabs.com/downloads/sc-4.3.16-linux.tar.gz | tar xz -C sauce_connect --strip-components 1
endif

phantomjs/bin/phantomjs:
mkdir -p phantomjs
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O- | tar xj -C phantomjs --strip-components 1

.PHONY: clean lint test
36 changes: 0 additions & 36 deletions script/phantomjs

This file was deleted.

66 changes: 0 additions & 66 deletions script/saucelabs

This file was deleted.

31 changes: 0 additions & 31 deletions script/saucelabs-api

This file was deleted.

9 changes: 0 additions & 9 deletions script/test

This file was deleted.

1 change: 0 additions & 1 deletion test/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions test/.jshintrc

This file was deleted.

8 changes: 0 additions & 8 deletions test/mocha-phantomjs-hooks.js

This file was deleted.

45 changes: 0 additions & 45 deletions test/test-worker.html

This file was deleted.

64 changes: 0 additions & 64 deletions test/test.html

This file was deleted.

0 comments on commit a55b7d7

Please sign in to comment.