This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Java, because those are the 64bit boxes. We'll change it once Ruby | ||
# boxes are 64bit, too | ||
language: java | ||
before_install: | ||
- "sudo apt-get install -qq rake" | ||
before_script: | ||
- "./install.sh" | ||
script: "rake travis" | ||
env: | ||
- CI_TESTS=rubyspec | ||
- CI_TESTS=vmunit | ||
- CI_TESTS=vmunit2 | ||
# These next ones have to be cleaned up, they don't currently pass | ||
# - CI_TESTS=fav_gems | ||
# - CI_TESTS=sinatra | ||
# - CI_TESTS=examples | ||
notifications: | ||
email: false | ||
irc: "irc.freenode.org#maglev-ruby" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
fails:File.ftype returns 'link' when the file is a link | ||
fails:File.ftype returns 'blockSpecial' when the file is a block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters