Skip to content

Commit

Permalink
Merge pull request #1 from driusan/v0.3-dev
Browse files Browse the repository at this point in the history
V0.3 Release
  • Loading branch information
driusan committed Jan 15, 2016
2 parents 8f4116d + 2421e13 commit 2d2d793
Show file tree
Hide file tree
Showing 56 changed files with 1,890 additions and 742 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go
sudo: false
os:
- linux
- osx
go:
- 1.5
addons:
apt:
packages:
- git-2.0


before_install:
- git --version
- hg --version

script:
- bash test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
357 changes: 0 additions & 357 deletions BugApplication.go

This file was deleted.

Loading

0 comments on commit 2d2d793

Please sign in to comment.