Revision 44c0494e786c91226ea06eb5a0c92ba936e82993 authored by Mikhail Kolmogorov on 09 October 2019, 17:18:44 UTC, committed by Mikhail Kolmogorov on 09 October 2019, 17:18:44 UTC
2 parent s 4441312 + bd2fba7
Raw File
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
before_script:
  - pip install --upgrade --user pip
  - pip install --user networkx
script: make; make dependencies; make test
back to top