Skip to content

Commit cca57d2

Browse files
committed
revert the other changes
1 parent 1d5588d commit cca57d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ environment:
1010
install:
1111
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
1212
- ps: Install-Product node $env:nodejs_version
13+
- bundle config --local path vendor/bundle
1314
- gem install bundler --no-ri --no-rdoc --version '1.13.7'
1415
- sh script/bootstrap
1516

@@ -22,14 +23,11 @@ before_test:
2223
- gem -v
2324
- bundle -v
2425

25-
after_test:
26-
- bundle package
27-
2826
test_script:
2927
- sh script/cibuild
3028

3129
cache:
32-
- vendor/cache
30+
- vendor/bundle
3331
- node_modules
3432

3533
init:

0 commit comments

Comments
 (0)