Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strange error on appveyor. substitute also panda with zef on
both test environments
  • Loading branch information
MARTIMM committed Feb 25, 2017
1 parent 7aa2384 commit e62725c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -8,12 +8,10 @@ perl6:
- latest

install:
- rakudobrew build-panda ${TRAVIS_PERL6_VERSION#latest}
- panda installdeps .
# - panda update
# - panda install Digest::MD5 UUID
- rakudobrew build-zef ${TRAVIS_PERL6_VERSION#latest}
- zef --depsonly install .

cache:
directories:
- $TRAVIS_BUILD_DIR/.rakudobrew

- $HOME/Travis-ci
- $HOME/.rakudobrew
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -23,5 +23,5 @@
},
"source-url": "git://github.com/MARTIMM/BSON.git",
"perl": "6.c",
"version": "0.9.32"
"version": "0.9.32.1"
}
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -13,10 +13,9 @@ install:
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- appveyor DownloadFile "http://rakudo.org/downloads/star/rakudo-star-latest-x86_64 (JIT).msi" -FileName "%APPVEYOR_BUILD_FOLDER%\rakudo.msi"
# - appveyor DownloadFile "http://rakudo.org/downloads/star/rakudo-star-2016.04-x86_64 (JIT).msi" -FileName "%APPVEYOR_BUILD_FOLDER%\rakudo.msi"
- msiexec /i rakudo.msi /quiet /qn /norestart /log install.log
- SET PATH=C:\rakudo\bin;C:\rakudo\share\perl6\site\bin;%PATH%
- panda installdeps .
- zef --depsonly install .

build: off

Expand Down

0 comments on commit e62725c

Please sign in to comment.