Skip to content

Commit 9a94f7c

Browse files
committed
Remove Vagrant, as we've since switched to deps that are easy to install everywhere
Also out of date
1 parent a18f46f commit 9a94f7c

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
/test/performance_test_pages/
88
/build/
99
/dist/
10-
/slimerjs/
11-
/.vagrant/
12-
/.idea/
10+
/.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import * as rasterizeHTML from 'rasterizehtml';
6363
Development
6464
-----------
6565

66-
Run `npm test`. There's also a vagrant image that installs all necessary build dependencies.
66+
Run `npm test`.
6767

6868
For tests against individual browsers run `python3 -m http.server` and `open http://localhost:8000/test/SpecRunner.html`, for integration tests under Safari `open http://localhost:8000/test/manualIntegrationTestForWebkit.html`.
6969

Vagrantfile

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)