Skip to content

Commit 5d96dc2

Browse files
committed
make: test-saucelabs -> test-sauce
1 parent 00393b4 commit 5d96dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
script: make test-saucelabs
2+
script: make test-sauce
33
node_js:
44
- '0.11'
55
env:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test: $(BUILD)
4949
# Test with saucelabs
5050
#
5151

52-
test-saucelabs: $(BUILD)
52+
test-sauce: $(BUILD)
5353
@$(DUOT) saucelabs $(TEST) \
5454
--reporter $(REPORTER) \
5555
--browser $(BROWSER) \

0 commit comments

Comments
 (0)