]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
simplest Travis-CI integration, only running lint test
authormarc tobias <mtmail@gmx.net>
Mon, 10 Aug 2020 12:52:45 +0000 (14:52 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 10 Aug 2020 13:00:09 +0000 (15:00 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..4446621
--- /dev/null
@@ -0,0 +1,3 @@
+language: node_js
+node_js: node
+script: yarn lint