Skip to content

Commit eff39db

Browse files
committed
Fixed an issue with travis config.
1 parent 7dd8cc6 commit eff39db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/.travis.yml renamed to .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ install:
44
- sudo apt-get install mono-devel mono-gmcs nunit-console
55

66
script:
7-
- xbuild Bender.xbuild
8-
- nunit-console ./src/Tests/bin/Debug/Tests.dll
7+
- xbuild ./src/Bender.xbuild
8+
- nunit-console ./src/Tests/bin/Debug/Tests.dll

build/rakefile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "albacore"
1+
require "albacore"
22
require_relative "filesystem"
33
require_relative "gallio-task"
44

0 commit comments

Comments
 (0)