aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-01-18 18:45:21 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 18:45:21 +0100
commita12f6e31b80e40c3cefcbb42e16aef317ed9e0cd (patch)
tree6df908bdcc4de97d97f8c0ebf55846a3b8d1f312
parent811ed806672c32bfbcbc4955e53428fc2eb3e836 (diff)
downloadparseLDIF-master.tar.gz
Delete obsolete .travis.yml.HEADmaster
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 638a933..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: node_js
-node_js:
- - "0.11"
- - "0.10"
- - "0.8"
- - "0.6"
-install: npm install tosource
-before_script:
- - cd test
-script: node testAll.js