diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-29T12·10+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29T12·10+0100 |
commit | 9622ed36a1eae691e7550b1d159e9bcc0bf65501 (patch) | |
tree | 5e270d2465a801c62ab67b51b0997e5c0608b380 /.travis.yml | |
parent | 6468845255e5516d4567f9bef48d815549b20910 (diff) | |
parent | 565a00254b94c61e21ca7814324861bbfe5bde5d (diff) |
Merge pull request #1 from tazjin/feat/travis-builds
Add build configuration and various other repo setup chores
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..f38ce14fe3ba --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: nix +nix: 2.2.2 +script: + - nix eval --raw '(import ./tests.nix)' --show-trace |