Skip to content

Commit

Permalink
Update init tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takuti committed Oct 15, 2016
1 parent 7907643 commit bb95565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
Expand All @@ -8,12 +7,6 @@ julia:
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Recommendation"); Pkg.test("Recommendation"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("Recommendation")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Recommendation")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Recommendation"); Pkg.test("Recommendation"; coverage=true)'
34 changes: 0 additions & 34 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ using Recommendation
using Base.Test

# write your own tests here
@test 1 == 2
@test 1 == 1

0 comments on commit bb95565

Please sign in to comment.