Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Enable Sauce tests for Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vibornoff committed Jun 8, 2014
1 parent f796ce8 commit 1f8ca48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js:
- '0.11'
- '0.10'
addon:
addons:
sauce_connect:
username: vibornoff
access_key:
secure: "N5jZowSuf5vPTUSgnYIX4sdFV3u0z/b8DMBSbMzst34VahI428jJlTPfMcswVomflwIA5dO0KgvCvRpKnos4gVIG02PUNYsCSuwg5nBOq025r8PX1nI3tYBK0n1SHHFYQs9swqeiKVVE0bG1AwrIAMNqJS5DnxMBw7z/dM6cPf8="
secure: N5jZowSuf5vPTUSgnYIX4sdFV3u0z/b8DMBSbMzst34VahI428jJlTPfMcswVomflwIA5dO0KgvCvRpKnos4gVIG02PUNYsCSuwg5nBOq025r8PX1nI3tYBK0n1SHHFYQs9swqeiKVVE0bG1AwrIAMNqJS5DnxMBw7z/dM6cPf8=
before_install:
- git submodule update --init --recursive
script:
grunt test && grunt sauce
2 changes: 1 addition & 1 deletion asmcrypto.js.map

Large diffs are not rendered by default.

0 comments on commit 1f8ca48

Please sign in to comment.