https://github.com/higgsjs/Higgs
Raw File
Tip revision: fd027b8e33048a51b7eb48293c7b630a787edd4d authored by Maxime Chevalier-Boisvert on 09 June 2023, 14:20:07 UTC
Merge pull request #218 from alexandrumc/build_python3
Tip revision: fd027b8
.travis.yml
# This is the config file for travis-ci which runs our tests upon pushing to GitHub
language: d

# build a test binary and run tests
script: make -C source test

# branch settings
branches:
 # only run for these branches
 only:
  - master
back to top