Skip to content

Commit

Permalink
[ci] Try fixing the permisions again and dump our environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jan 30, 2012
1 parent 9285a10 commit 676284f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
before_script:
- sudo apt-get install ccache libffi-dev libicu-dev libgmp3-dev clang liblocal-lib-perl zlib1g-dev
- curl -L http://cpanmin.us | sudo perl - --self-upgrade
- chown -R $USER ~/.cpanm ~/perl5
- env
- export CI_USER=$USER
- sudo chown -R $CI_USER ~/.cpanm ~/perl5
- cpanm TAP::Harness::Archive TAP::Harness::Multiple TAP::Harness::ReportByDescription
script: "perl Configure.pl --test=build $PARROT_OPTIMIZE --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' && make $PARROT_TEST"
# branches:
Expand Down

0 comments on commit 676284f

Please sign in to comment.