1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 04:43:01 +01:00

Enable .travis.yml check and use non-markdown license.

This commit is contained in:
iphydf 2018-08-17 23:48:35 +00:00
parent 5b30ecf2e4
commit 4557614443
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
3 changed files with 28 additions and 23 deletions

View File

@ -1,3 +1,4 @@
---
language: python
python: nightly

View File

@ -1,3 +1,7 @@
load("//tools/project:build_defs.bzl", "project")
project()
cc_binary(
name = "toxic",
srcs = glob([

View File