Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Fixes merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Feb 17, 2015
2 parents 8fda9da + f2c8b27 commit 20c4fd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ src/test/test_data/Trac781.gz
rubyspec_temp
fileintmp
gemstone
gemstone_versions
src/kernel/parser/byacc/*.o
src/kernel/parser/byacc/config.h
src/kernel/parser/byacc/config.status
Expand Down
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ env:
notifications:
email: false
irc: "irc.freenode.org#maglev-ruby"
webhooks:
urls:
- https://webhooks.gitter.im/e/40b9abc1ab238ef1ebb2
on_success: change
on_failure: always
on_start: false

4 changes: 2 additions & 2 deletions bin/maglev-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Runs a ruby file using the MagLev VM
#
# Copyright 2009-2010 GemStone Systems, Inc. All rights reserved.
# Copyright 2009-2015 GemTalk Systems, Inc. All rights reserved.

export LANG=C # see https://github.com/MagLev/maglev/issues/93

Expand Down Expand Up @@ -150,7 +150,7 @@ function parseArgs {
cd ${1:2} || usage "${1:2}: bad directory"
;;
--copyright)
echo "maglev - Copyright 2008-2010 GemStone Systems, Inc."
echo "maglev - Copyright 2008-2015 GemTalk Systems, Inc."
exit
;;
-d|--debug)
Expand Down

0 comments on commit 20c4fd2

Please sign in to comment.