diff --git a/.travis.yml b/.travis.yml
index cf08e041..15268853 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,25 @@
-matrix:
+jobs:
include:
- - language: node_js
- node_js:
- - "8"
-
+ - stage: "Test"
+ name: "Lint"
+ language: node_js
+ node_js: 8
script:
- npm run jsonlint
- npm run svglint
+ - name: "Build website"
+ language: ruby
+ rvm: 2.4.1
+ install:
+ - gem install jekyll
+ script:
+ - jekyll build
- notifications:
- email:
- on_success: never
- on_failure: change
+ - stage: deploy
+ name: "NPM Package"
+ language: node_js
+ node_js: 8
+ if: branch = master
deploy:
provider: npm
@@ -20,17 +28,7 @@ matrix:
on:
branch: master
- - language: ruby
- rvm:
- - 2.4.1
-
- install:
- - gem install jekyll
-
- script:
- - jekyll build
-
- notifications:
- email:
- on_success: never
- on_failure: change
+notifications:
+ email:
+ on_success: never
+ on_failure: change
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 571fc8d6..24dda25b 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -130,6 +130,11 @@
"hex": "1793D1",
"source": "https://www.archlinux.org/art/"
},
+ {
+ "title": "Archive of Our Own",
+ "hex": "990000",
+ "source": "https://archiveofourown.org/"
+ },
{
"title": "ArtStation",
"hex": "13AFF0",
@@ -325,6 +330,11 @@
"hex": "4574E0",
"source": "https://codio.com"
},
+ {
+ "title": "CoffeeScript",
+ "hex": "2F2625",
+ "source": "https://coffeescript.org/"
+ },
{
"title": "ComproPago",
"hex": "00AAEF",
@@ -485,6 +495,11 @@
"hex": "81B441",
"source": "https://envato.com/"
},
+ {
+ "title": "ESLint",
+ "hex": "4B32C3",
+ "source": "https://eslint.org/img/logo.svg"
+ },
{
"title": "Ethereum",
"hex": "3C3C3D",
@@ -570,6 +585,11 @@
"hex": "006400",
"source": "https://freecodecamp.com"
},
+ {
+ "title": "Furry Network",
+ "hex": "2E75B4",
+ "source": "https://furrynetwork.com"
+ },
{
"title": "Garmin",
"hex": "007CC3",
@@ -1025,6 +1045,11 @@
"hex": "CF202E",
"source": "https://livestream.com/press"
},
+ {
+ "title": "Lua",
+ "hex": "2C2D72",
+ "source": "https://www.lua.org/docs.html"
+ },
{
"title": "Macy’s",
"hex": "E21A2C",
@@ -1120,6 +1145,11 @@
"hex": "217346",
"source": "https://www.office.com"
},
+ {
+ "title": "Microsoft OneDrive",
+ "hex": "094AB2",
+ "source": "https://msdn.microsoft.com/en-us/onedrive/dn673556.aspx"
+ },
{
"title": "Microsoft OneNote",
"hex": "80397B",
@@ -1275,11 +1305,6 @@
"hex": "F4731C",
"source": "http://v.ok.ru/logo.html"
},
- {
- "title": "OneDrive",
- "hex": "094AB2",
- "source": "https://msdn.microsoft.com/en-us/onedrive/dn673556.aspx"
- },
{
"title": "Opera",
"hex": "FF1B2D",
@@ -1460,6 +1485,11 @@
"hex": "B92B27",
"source": "https://www.quora.com"
},
+ {
+ "title": "Qzone",
+ "hex": "FECE00",
+ "source": "https://qzone.qq.com/"
+ },
{
"title": "Rails",
"hex": "CC0000",
@@ -1925,6 +1955,11 @@
"hex": "FF7102",
"source": "http://www.twoo.com/about/press"
},
+ {
+ "title": "TYPO3",
+ "hex": "FF8700",
+ "source": "https://typo3.com/fileadmin/assets/typo3logos/typo3_bullet_01.svg"
+ },
{
"title": "Uber",
"hex": "000000",
diff --git a/icons/archiveofourown.svg b/icons/archiveofourown.svg
new file mode 100644
index 00000000..f0cf2170
--- /dev/null
+++ b/icons/archiveofourown.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/coffeescript.svg b/icons/coffeescript.svg
new file mode 100644
index 00000000..57cdd3b8
--- /dev/null
+++ b/icons/coffeescript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/eslint.svg b/icons/eslint.svg
new file mode 100644
index 00000000..d61161e5
--- /dev/null
+++ b/icons/eslint.svg
@@ -0,0 +1 @@
+
diff --git a/icons/furrynetwork.svg b/icons/furrynetwork.svg
new file mode 100644
index 00000000..c91b956f
--- /dev/null
+++ b/icons/furrynetwork.svg
@@ -0,0 +1 @@
+
diff --git a/icons/lua.svg b/icons/lua.svg
new file mode 100644
index 00000000..80b17775
--- /dev/null
+++ b/icons/lua.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/onedrive.svg b/icons/microsoftonedrive.svg
similarity index 100%
rename from icons/onedrive.svg
rename to icons/microsoftonedrive.svg
diff --git a/icons/qzone.svg b/icons/qzone.svg
new file mode 100644
index 00000000..5b5fe6ef
--- /dev/null
+++ b/icons/qzone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/typo3.svg b/icons/typo3.svg
new file mode 100644
index 00000000..492a3d4e
--- /dev/null
+++ b/icons/typo3.svg
@@ -0,0 +1 @@
+
diff --git a/package.json b/package.json
index 4cdec28f..3dff4bb1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "1.8.5",
+ "version": "1.8.6",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [