File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
notifications :
9
9
email : false
10
10
# uncomment the following lines to override the default test script
11
- script :
12
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
- - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("RData"); Pkg.checkout("DataTables", "master "); Pkg.test("RData"; coverage=true)'
11
+ # script:
12
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
+ # - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("RData"); Pkg.test("RData"; coverage=true)'
14
14
after_success :
15
15
- julia -e 'cd(Pkg.dir("RData")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build_script:
33
33
# Need to convert from shallow to complete for Pkg.clone to work
34
34
- IF EXIST .git\shallow (git fetch --unshallow)
35
35
- C:\projects\julia\bin\julia -e "versioninfo();
36
- Pkg.clone(pwd(), \"RData\"); Pkg.build(\"RData\"); Pkg.checkout(\"DataTables\", \"master\")";
36
+ Pkg.clone(pwd(), \"RData\"); Pkg.build(\"RData\");
37
37
38
38
test_script :
39
39
- C:\projects\julia\bin\julia -e "Pkg.test(\"RData\")"
You can’t perform that action at this time.
0 commit comments