Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 merge #11

Open
wants to merge 28 commits into
base: v1
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fe20c48
Respect isTTY in PhantomJS runner
kriskowal Mar 19, 2014
f1801de
2.0.0
kriskowal Mar 20, 2014
eb8d322
Add Travis support
kriskowal Mar 20, 2014
689d902
Version 2.0.1
kriskowal Mar 20, 2014
3537b94
Annotate stack traces with spec/test frames
kriskowal Mar 27, 2014
6c28353
Unlimit stack traces
kriskowal Mar 27, 2014
5f9570d
Support tests that should fail
kriskowal Mar 27, 2014
c6d5159
Make a stronger case in the README
kriskowal Mar 28, 2014
e8e31e5
Add missing q-io dependency for jasminum-phantom
kriskowal May 16, 2014
80ec400
2.0.2
kriskowal May 16, 2014
af0633a
Phantom runner should load Jasmine from project
kriskowal May 16, 2014
6b8ea21
2.0.3
kriskowal May 16, 2014
1de6caa
Iron out Phantom runner and Mr
kriskowal May 19, 2014
1a2c1de
2.0.4
kriskowal May 19, 2014
6783712
Upgrade Mr to fix Jasminum/Phantom self-test
kriskowal May 19, 2014
82483f3
Remove Node.js continuous integration
kriskowal May 19, 2014
ae47259
Port Saucelabs test from v1 to v2
kriskowal May 19, 2014
fb825a4
Fix browser tests
kriskowal May 19, 2014
50291f0
2.0.5
kriskowal May 19, 2014
d34bdca
Add license and missing registry information
kriskowal Dec 7, 2014
a50c610
Relax dependence on equals and compare shims
kriskowal Jan 29, 2015
19db09b
Further dependency adjustments
kriskowal Jan 31, 2015
a3200ca
Update readme regarding dependencies
kriskowal Jan 31, 2015
adcc1ad
2.0.6
kriskowal Jan 31, 2015
cfa2177
Merge branch 'v1' into v2
hthetiot Mar 6, 2018
6915baf
Merge branch 'v1' into v2
hthetiot Mar 6, 2018
e68f2ae
Update package.json
hthetiot Mar 6, 2018
851225a
Update package.json
hthetiot Mar 6, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Travis support
kriskowal committed Mar 20, 2014
commit eb8d322fafd7aee927c4c49183a016732aa6abb1
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "0.8"
- "0.10"
script:
npm test
env:
global:
- secure: I/XyqSk7mlCseUzJcZfZrSVd/05O092eabNz6Lnm1jU2QTHzCxlaKLov/WMPwoYvm88gs07KJDZeybGfiYr8CXz7NiFbQdpaWRaTx0uVoQfxQ51kqwqCAXR40ARz76/gUr5llLEhSYhZ5x5KzoyxnKIPXZBwqiSsMQzwHMp2IxE=
- secure: DkLzzPv8N9dPUf437kKTqzSEZNAjDsI+JqDLLjO+SzE8Epal7BQCkE/dTrbzEhb9hmZ2EvM6nRDSq4VlSBh2FUuXmDbs6/ABSxP/+YJ/YeNWJeuOHGqhbVIwA1G2Gp/d/xjwFhAJ5PiTAhV0MlepSE76stYZIPgGyre+YkGQJsk=