about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-29T12·10+0100
committerGitHub <noreply@github.com>2019-08-29T12·10+0100
commit9622ed36a1eae691e7550b1d159e9bcc0bf65501 (patch)
tree5e270d2465a801c62ab67b51b0997e5c0608b380 /.travis.yml
parent6468845255e5516d4567f9bef48d815549b20910 (diff)
parent565a00254b94c61e21ca7814324861bbfe5bde5d (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.yml4
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