project_init 3.1.23

Quickly initialize projects from a template.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: julia
os:
  - osx
  - linux
julia:
  - 0.4
  - 0.5
  - nightly
# change this is the email notifications annoy you
# notifications:
#   email: false
after_success:
  - julia -e 'cd(Pkg.dir("{{ Project }}")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';