Skip to content

Commit

Permalink
taml file for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Feb 18, 2012
1 parent cb1b2ca commit bee5772
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
before_script:
- sudo apt-get install libffi-dev libicu-dev libgmp3-dev liblocal-lib-perl zlib1g-dev git
- pushd /tmp && git clone --depth 10 git://github.com/parrot/parrot.git && cd parrot && perl Configure.pl --prefix=/tmp/parrot_install && make install && popd
- export PATH=$PATH:.:/tmp/parrot_install/bin
- parrot --version
- winxed --version

script: "make clean && make && make test"
# branches:
# only:
# - master
notifications:
recipients:
- parrot-dev@lists.parrot.org
email:
on_success: change
on_failure: always
# irc:
- "irc.parrot.org#parrot"
#env:

5 comments on commit bee5772

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not valid YAML, so the entire config is ignored by travis. See this documentation guide.

@NotFound
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I give up for a now.

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NotFound can you please disable github hook so that pushes won't trigger parrot compilation on travis all the time? Thank you.

@NotFound
Copy link
Owner Author

@NotFound NotFound commented on bee5772 Feb 19, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NotFound yes, thank you

Please sign in to comment.